PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package / PDFOutputStream Class / write Method / write(byte[],int,int) Method
the data.
the start offset in the data.
the number of bytes to write.
In This Topic
    write(byte[],int,int) Method
    In This Topic
    Writes len bytes from the specified byte array starting at offset off to this output stream.
    Syntax
    public void write( 
       byte[] b,
       int off,
       int len
    )

    Parameters

    b
    the data.
    off
    the start offset in the data.
    len
    the number of bytes to write.
    See Also